| 
 | 
 | 
 | 
| SftTree.Splitter Property | 
Returns the SftTreeSplitter object.
Syntax
| VB.NET | refSplitterObj = object.Splitter As SftTreeSplitter | ||
| VB | Set refSplitterObj = object.Splitter As SftTreeSplitter | ||
| C#.NET | SftTreeSplitter refSplitterObj = object.Splitter; | ||
| VC++ | 
ISftTreeSplitter* refSplitterObj = object->Splitter;
 | ||
| C | HRESULT object->get_Splitter(ISftTreeSplitter** refSplitterObj); | ||
| Delphi | refSplitterObj := object.Splitter : ISftTreeSplitter; | ||
object
A SftTree object.
refSplitterObj
Returns the SftTreeSplitter object.
Comments
The Splitter property returns the SftTreeSplitter object.
The SftTreeSplitter object describes the vertical splitter bar in a SftTree/OCX control. Numerous properties and methods can be accessed using the returned object refSplitterObj. A control has only one SftTreeSplitter object.
See Also SftTree Object | Object Hierarchy